POV-Ray : Newsgroups : povray.newusers : tiles with bump_map : tiles with bump_map Server Time
29 Jul 2024 04:25:41 EDT (-0400)
  tiles with bump_map  
From: JSR
Date: 26 Oct 2006 10:15:00
Message: <web.4540c259c924118ad8ef73430@news.povray.org>
Hi,
It's possible to make tiles as beautiful as this...
http://news.povray.org/web.453705254259a6395c4e856a0%40news.povray.org
.... just using a bump_map?

I tried with this file...
http://www.noctua-graphics.de/images/download/tex/tiles/tilebump.jpg
.... and this pov code:
texture
{
  pigment { rgb 1 }
  finish {
    diffuse 0.9 ambient 0.0
    specular .8 roughness .01
    reflection { 0.05,.1 falloff 2 exponent .8 }
  }
  normal { uv_mapping bump_map { jpeg "c:tilebump.jpg" bump_size 10 } }
}

Thks,

JSR.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.